VirtualTimeSchedulerBase.ToRelative(TimeSpan) method¶
Defined in
Type: VirtualTimeSchedulerBaseSystem.Reactive.Concurrency
Assembly: System.Reactive.dll
Applies to
netstandard2.0
protected abstract TRelative ToRelative(TimeSpan timeSpan)
Summary: Converts the TimeSpan value to a relative time value.
Parameters
| Name | Type | Description |
|---|---|---|
timeSpan | TimeSpan | TimeSpan value to convert. |
Returns: TRelative -- The corresponding relative time value.